babl.git
2015-11-19 Øyvind KolåsNEWS, AUTHORS: updates
2015-06-24 Roman Lebedevbabl_format_new(): fix global-buffer-overflow
2015-06-24 Roman Lebedevbabl_model_new(): fix global-buffer-overflow
2015-06-24 Roman Lebedevbabl_component_new(): fix global-buffer-overflow
2015-06-24 Roman Lebedevbabl_type_new(): fix global-buffer-overflow
2015-06-21 Øyvind Kolåsbabl_parse_double: permit 0 and 9 after .
2015-05-29 Øyvind KolåsRevert "build: add --enable-installed-tests parameter"
2015-05-29 Loren MerrittFix generation of test pixels
2015-05-23 Vadim Rutkovskybuild: add --enable-installed-tests parameter
2015-05-20 Thomas ManniCIE: minor cleanups
2015-05-20 Thomas ManniCIE: new conversions to/from "CIE Lab alpha float"...
2015-04-23 Mukund SivaramanDon't create a mutexattr for each mutex
2015-04-19 Mukund SivaramanDon't repeat the malloc/free function pointer change...
2015-04-12 Mukund SivaramanRemove unnecessary stat()
2015-03-18 Jon Nordbybabl-mutex: Local headers first, remove unused
2015-03-18 Jon Nordbybabl-mutex: Define _GNU_SOURCE instead of __USE_GNU
2015-03-01 Mukund SivaramanDisplay whether a format is planar
2015-03-01 Mukund SivaramanSupport more than 100 formats
2015-02-26 Mukund SivaramanFix another place where assigned_name can be NULL
2015-02-26 Mukund SivaramanAllow up to (and including) BABL_MAX_COMPONENTS
2015-02-26 Mukund SivaramanAvoid shadowing babl variable
2015-02-26 Mukund SivaramanUse common return
2015-02-26 Mukund Sivaramanassigned_name can be NULL, causing segfault
2015-02-26 Mukund SivaramanRemove deadcode
2015-02-26 Mukund SivaramanFix type max value for consistency
2015-02-13 Nils PhilippsenRemove workaround for non-recursive mutexes.
2015-02-13 Nils PhilippsenMake BablMutex recursive on all platforms.
2015-02-12 Elle StoneChange constants to match built-in sRGB profiles. modif...
2015-02-03 Øyvind Kolåspost release version bump
2015-02-03 Øyvind Kolåsrelease 0.1.12
2015-02-03 Øyvind KolåsNEWS: update
2015-02-03 Øyvind KolåsAUTHORS: add more people
2014-12-30 Øyvind KolåsCIE: minor cleanups
2014-12-30 Øyvind Kolåstest: update srgb_to_lab_u8 test
2014-12-30 Elle StoneModify CIE color space conversions to use D50-adapted...
2014-11-16 Øyvind Kolåsroadmap: make statement about tentativeness more explicit
2014-10-11 Øyvind Kolåsspell out roadmap with more detailed overview
2014-10-09 Øyvind Kolåsdocs: added a roadmap/architecture document.
2014-09-03 Mukund Sivaramanbabl: Fix message printed when memory function pointers...
2014-08-11 Jon Nordbyextensions: Register CMYK u8 format
2014-08-11 Jon Nordbyextensions: Fix M/Y channels swapped for CMYK float
2014-08-07 Michael HenningRemove extra programming languages from the doap file.
2014-08-07 Sven ClaussnerDOAP file: add Ruby programming language.
2014-08-06 Sven ClaussnerFix DOAP file
2014-08-03 Sven ClaussnerUpdate babl.doap and AUTHORS
2014-07-18 Jon NordbyFix crash if failing to normalize path for loading...
2014-07-02 Øyvind Kolåsbabl: make malloc implementation stability sanity check...
2014-06-29 Øyvind Kolåsextensions: use more integer instructions for float...
2014-06-29 Øyvind Kolåsextension: make rgb8 to rgba8 conversion faster
2014-06-09 Øyvind Kolåsadd internal babl_parse_double; to avoid using atof
2014-04-28 Øyvind Kolåsextend conversions to n_components to pad with 0s
2014-04-28 Øyvind Kolåsimprove how RGBA buffers are copied to n_component
2014-04-28 Øyvind Kolåsadd n_components casting test
2014-03-20 Paul Fredricksonresolve ambiguous calling of real_babl_log with va_args
2014-03-05 Daniel SaboFix const warning
2014-03-04 Daniel SaboRevert "Use absolute error instead of average error...
2014-02-03 Daniel Sabotests: Use rand when random is unavailable
2014-02-03 Daniel SaboDisable babl-gen-test-pixels when random is missing
2014-02-03 Daniel SaboAdd automake 1.13+ test outputs to .gitignore
2014-01-31 Daniel SaboAdd babl-ref-pixels.inc to EXTRA_DIST
2014-01-31 Daniel SaboRemove old references to introspection
2014-01-31 Daniel SaboUse a static set of reference pixels
2014-01-31 Daniel Sabointrospect: Print full precision for the path error
2014-01-31 Daniel SaboUse absolute error instead of average error for path...
2014-01-17 Daniel SaboRemove bad RGB -> Y conversions
2013-10-15 Daniel SaboMostly remove BablImage from babl-fish-reference.c
2013-10-15 Daniel SaboRemove broken introspection bindings
2013-10-10 Daniel SaboPrefer clang as the compiler on OSX >= 10.7
2013-10-09 Daniel SaboRequest a C99 compatible compiler
2013-10-08 Daniel SaboUse SSE2 u16 conversions for gamma <-> gamma
2013-09-29 Michael Henningbase: For RGB->Y, use sRGB primaries that are adapted...
2013-09-21 Daniel SaboIncrease the precision of ref gamma conversions
2013-08-04 Téo Mazarstests: output with more details when grayscale_to_rgb...
2013-08-03 Téo Mazarsextensions: Don't perform strict comparisons on floatin...
2013-06-30 Téo Mazarsextensions: Lab has ab components in [-128, 127]
2013-06-30 Téo Mazarsextensions: clamping to [0.0, 1.0] is not needed
2013-06-30 Téo Mazarsextensions: do not truncate values to float
2013-06-27 Téo Mazarsextensions: Add an even more naive CMY color space...
2013-06-27 Téo Mazarsextensions: naive-CMYK. works perceptually
2013-06-26 Téo Mazarsextensions: Add the Y'CbCr ITU-R BT.709 Color Space
2013-06-24 Téo MazarsAdd hsl tests to gitignore
2013-06-24 Téo Mazarsextensions: Add the HSL color space
2013-06-20 Téo Mazarsextensions: Refactor HSV.c and add the simple "HSV...
2013-06-20 Téo Mazarsextensions: Make HSV works on perceptual color space
2013-06-18 Daniel Sabogegl-fixups: Fix warning about ambiguous sign
2013-06-18 Daniel SaboGCC+Win32: Ensure stack alignment in SSE code
2013-06-18 Daniel SaboUse double constants in reference gamma
2013-06-11 Daniel SaboRemove sse-fixups, superseded by sse2-int8
2013-06-11 Daniel SaboAdd SSE2 float -> byte conversions
2013-06-11 Daniel SaboUse Loren's gamma conversions for RGB, YA, and Y
2013-05-31 Daniel SaboLookup table based conversions for cairo-ARGB32
2013-05-31 Daniel SaboAdd two-table header to sources
2013-05-31 Daniel SaboAdd two-table gamma conversions
2013-05-31 Daniel SaboAdd some float conversions for grey
2013-05-03 Loren MerrittSSE2-optimized gamma correction
2013-05-03 Loren MerrittOptimize gamma correction
2013-04-30 Daniel SaboRemove rgbA float <-> rgba float from gggl-lies
2013-04-30 Daniel Sabogggl.c: Remove dead code
2013-04-30 Daniel Sabogggl-lies.c: Remove dead code
2013-04-30 Daniel SaboShow the details of the fish that caused a failure
next